home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Texteditors / Origami / doc / FAQ < prev    next >
Encoding:
Text File  |  1996-09-27  |  2.2 KB  |  51 lines

  1. {{{  Notes
  2. This file contains some frequently asked questions.  I wrote it for
  3. those people, who like to email me questions instead of roff the
  4. documentation and read it before installing Origami.  I hope this avoids
  5. unnecessary email.  Warning: The explanations given in this file are
  6. *short*.
  7.  
  8. Michael Haardt
  9. }}}
  10. {{{  What is required to install Origami?
  11. An (nearly) POSIX compliant system, m4, awk, nroff, and either an ANSI C
  12. compiler or unproto+k&r compiler.
  13. }}}
  14. {{{  How do I install Origami?
  15. Run Configure and answer the questions.  If your system requires changes,
  16. then edit Configfile generated by Configure and extend Configure after
  17. everything is ok.  Note that Configfile is include by all Makefiles, so you
  18. can go to each directory and run make.
  19.  
  20. READ WHAT Configure SAYS ABOUT HOW TO INSTALL ORIGAMI.
  21. READ WHAT Configure SAYS ABOUT HOW TO INSTALL ORIGAMI.
  22. READ WHAT Configure SAYS ABOUT HOW TO INSTALL ORIGAMI.
  23. }}}
  24. {{{  For Linux users: What is soelim? *cry*
  25. Not quite understandable, I hear complains about this very often.  Some
  26. broken system have soelim installed as gsoelim.  This can be fixed easy,
  27. because GROFF only offers this option for systems which already have
  28. *roff, and want to use GROFF besides.  Just reinstall it right.  LINUX
  29. USES GROFF AS SYSTEM-ROFF.  THERE IS NOTHING BESIDE.
  30. }}}
  31. {{{  It takes an infinitity to compile!
  32. Use mawk instead of gawk, and compiling will speed up a lot.
  33. }}}
  34. {{{  Is Origami full EMacs compatible?
  35. No.  I use EMacs (== Editor Macros) as an adjective.  Origami is a small
  36. editor, which has all capabilities needed by its authors.  Since this
  37. may be very subjective, source code is provided.
  38. }}}
  39. {{{  Is Origami full vi compatible?
  40. Again no.  vi is a philosophy as well.  A a few things work different
  41. compared to vi.  But there are modes and a lot of other stuff loved by
  42. vi users and hated by EMacs users.  The vi stuff is still under
  43. development, ask windy@pool.informatik.rwth-aachen.de.
  44. }}}
  45. {{{  Why isn't it full POSIX?
  46. Tell me your complaints, and I will fix it.  Origami is enough POSIX to
  47. run without problems on all POSIX systems I know.  POSIX leaves out quite
  48. a few things (termcap/terminfo), so you can not expect that any POSIX system
  49. compiles it without problems.
  50. }}}
  51.